Parameters
- startIndex
- The zero-based starting index of the backward search.
- match
- The Predicate delegate that defines the conditions of the element to search for.
Type Parameters
- TTarget
Return Value
The zero-based index of the last occurrence of an element that matches the conditions defined by match, if found; otherwise, false.